<script>on MouseUpglobal gMenuSelection6put word 2 of the clickLine into theLineif line theLine of me = "" then exit MouseUpselectButton theLine,name of meSpinCursorlock screenput theLine into item (number of this cd) of gMenuSelection6updateField theLineend MouseUp</script>
</part>
<part>
<id>4</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <true /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>91</left>
<top>51</top>
<right>487</right>
<bottom>84</bottom>
</rect>
<style>transparent</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Aplgaram</font>
<textSize>24</textSize>
<textStyle>plain</textStyle>
<textHeight>32</textHeight>
<name>Title</name>
<script></script>
</part>
<part>
<id>5</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <false /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <true /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>61</left>
<top>106</top>
<right>86</right>
<bottom>286</bottom>
</rect>
<style>transparent</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Geneva</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<textHeight>18</textHeight>
<name>List Select</name>
<script>on MouseUpclick at item 1 of loc of fld "Categories",item 2 of the clickLocend MouseUp</script>
<script>on LinkToBackLinkToCard "Map","iris close"end LinkToBackon openCardglobal gMenuSelection6UpdateScrollupdateField (item (number of this cd) of gMenuSelection6)end openCardon updateField theLinespinCursorput linkedText(theLine,fld "Index") into tempif last char of temp is return then delete last char of tempput temp into fld "Presentations"UpdateScrollunlock screen -- with dissolve fastselectButton theLine,name of fld "Categories"end updateFieldon UpdateScrollset scroll of fld "Presentations" to 0set visible of bg btn "Scroll Hider1" to¬(number of lines of fld "Presentations" < 13)end UpdateScroll</script>